home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / wildcat / wincattd.zip / CAT.BAT next >
DOS Batch File  |  1992-06-18  |  543b  |  19 lines

  1. @ECHO OFF
  2. CLS
  3. :RELOAD
  4. C:
  5. CD \WILDCAT
  6. CTTY CON:
  7. WILDCAT
  8. REM The next line is invoked for LIVE PROGRAMS, if allowed
  9. IF ERRORLEVEL 50 LIVE.BAT
  10. REM The next line is invoked using the [D]rop to DOS choice, if allowed
  11. IF ERRORLEVEL 40 DROPDOS.BAT
  12. REM The next line is external event "A".  You may change it or add more above
  13. IF ERRORLEVEL 2 BACKUP.BAT
  14. REM The next line tests for an ERROR which caused WILDCAT! to terminate
  15. IF ERRORLEVEL 1 GOTO RELOAD
  16. REM The next line tests for termination via F10
  17. IF ERRORLEVEL 0 GOTO END
  18. :END
  19.